Macros which can be used for the display of cross references. This is used when `reftex-view-crossref' is called with point in an argument of a macro. Note that crossref viewing for citations, references (both ways) and index entries is hard-coded. This variable is only to configure additional structures for which crossreference viewing can be useful. Each entry has the structure
(macro-re search-re highlight).macro-re is matched against the macro. search-re is the regexp used to search for cross references. ‘%s’ in this regexp is replaced with the macro argument at point. highlight is an integer indicating which subgroup of the match should be highlighted.
Non-
nilmeans, initially turn automatic viewing of crossref info on. Automatic viewing of crossref info normally uses the echo area. Whenever point is idle for more thanreftex-idle-timeseconds on the argument of a\refor\citemacro, and no other message is being displayed, the echo area will display information about that cross reference. You can also set the variable to the symbolwindow. In this case a small temporary window is used for the display. This feature can be turned on and off from the menu (Ref->Options).
Time (secs) Emacs has to be idle before automatic crossref display or toc recentering is done.
Citation format used to display citation info in the message area. See the variable
reftex-cite-formatfor possible percent escapes.
Non-
nilmeans, automatic citation display will revisit files if necessary. When nil, citation display in echo area will only be active for cached echo strings (seereftex-cache-cite-echo), or for BibTeX database files which are already visited by a live associated buffers.